home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Musica / ZMUD32.ZIP / ZMUD.EXE / 0 / RCDATA / TDEFINEVAR / TDEFINEVAR.txt
Text File  |  1997-06-09  |  16KB  |  576 lines

  1. object DefineVar: TDefineVar
  2.   Left = 249
  3.   Top = 149
  4.   BorderStyle = bsDialog
  5.   Caption = 'Variables'
  6.   ClientHeight = 353
  7.   ClientWidth = 564
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   ShowHint = True
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnDeactivate = FormDeactivate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object AliasText: TLabel
  22.     Left = 240
  23.     Top = 154
  24.     Width = 41
  25.     Height = 13
  26.     Alignment = taRightJustify
  27.     Caption = 'Variable:'
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object ComText: TLabel
  35.     Left = 251
  36.     Top = 178
  37.     Width = 30
  38.     Height = 13
  39.     Alignment = taRightJustify
  40.     Caption = 'Value:'
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.   end
  47.   object Image1: TImage
  48.     Left = 184
  49.     Top = 32
  50.     Width = 32
  51.     Height = 32
  52.     AutoSize = True
  53.   end
  54.   object Label3: TLabel
  55.     Left = 224
  56.     Top = 40
  57.     Width = 267
  58.     Height = 13
  59.     Caption = 'Variables allow you to assign a value to a short-cut name'
  60.     Font.Color = clWindowText
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentFont = False
  65.   end
  66.   object Label4: TLabel
  67.     Left = 240
  68.     Top = 56
  69.     Width = 238
  70.     Height = 13
  71.     Caption = 'Enter the name of the short-cut in the Variable field'
  72.     Font.Color = clWindowText
  73.     Font.Height = -11
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     ParentFont = False
  77.   end
  78.   object Label5: TLabel
  79.     Left = 240
  80.     Top = 70
  81.     Width = 223
  82.     Height = 13
  83.     Caption = 'Enter the value of the variable in the Value field'
  84.     Font.Color = clWindowText
  85.     Font.Height = -11
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = []
  88.     ParentFont = False
  89.   end
  90.   object Bevel1: TBevel
  91.     Left = 168
  92.     Top = 32
  93.     Width = 9
  94.     Height = 259
  95.     Shape = bsLeftLine
  96.   end
  97.   object Label7: TLabel
  98.     Left = 8
  99.     Top = 32
  100.     Width = 98
  101.     Height = 13
  102.     Caption = 'Stored Variables:'
  103.     Font.Color = clWindowText
  104.     Font.Height = -11
  105.     Font.Name = 'MS Sans Serif'
  106.     Font.Style = [fsBold]
  107.     ParentFont = False
  108.   end
  109.   object Label8: TLabel
  110.     Left = 8
  111.     Top = 48
  112.     Width = 148
  113.     Height = 13
  114.     Caption = 'Click on an alias below to edit it'
  115.     Font.Color = clWindowText
  116.     Font.Height = -11
  117.     Font.Name = 'MS Sans Serif'
  118.     Font.Style = []
  119.     ParentFont = False
  120.   end
  121.   object Label1: TLabel
  122.     Left = 240
  123.     Top = 84
  124.     Width = 256
  125.     Height = 13
  126.     Caption = 'If the Default Value is set, the variable will be initialized'
  127.     Font.Color = clWindowText
  128.     Font.Height = -11
  129.     Font.Name = 'MS Sans Serif'
  130.     Font.Style = []
  131.     ParentFont = False
  132.   end
  133.   object Label2: TLabel
  134.     Left = 256
  135.     Top = 98
  136.     Width = 206
  137.     Height = 13
  138.     Caption = 'to that value when the settings file is loaded'
  139.     Font.Color = clWindowText
  140.     Font.Height = -11
  141.     Font.Name = 'MS Sans Serif'
  142.     Font.Style = []
  143.     ParentFont = False
  144.   end
  145.   object Label6: TLabel
  146.     Left = 244
  147.     Top = 202
  148.     Width = 37
  149.     Height = 13
  150.     Alignment = taRightJustify
  151.     Caption = 'Default:'
  152.     Font.Color = clWindowText
  153.     Font.Height = -11
  154.     Font.Name = 'MS Sans Serif'
  155.     Font.Style = []
  156.     ParentFont = False
  157.   end
  158.   object Inh: TLabel
  159.     Left = 288
  160.     Top = 232
  161.     Width = 188
  162.     Height = 13
  163.     Caption = 'Inherited from parent settings file'
  164.     Font.Color = clRed
  165.     Font.Height = -11
  166.     Font.Name = 'MS Sans Serif'
  167.     Font.Style = [fsBold]
  168.     ParentFont = False
  169.     Visible = False
  170.   end
  171.   object OKBtn: TBitBtn
  172.     Left = 320
  173.     Top = 300
  174.     Width = 77
  175.     Height = 27
  176.     Font.Color = clBtnText
  177.     Font.Height = -11
  178.     Font.Name = 'MS Sans Serif'
  179.     Font.Style = []
  180.     ParentFont = False
  181.     TabOrder = 0
  182.     OnClick = OKBtnClick
  183.     Kind = bkOK
  184.     Spacing = -1
  185.     IsControl = True
  186.   end
  187.   object CancelBtn: TBitBtn
  188.     Left = 402
  189.     Top = 300
  190.     Width = 77
  191.     Height = 27
  192.     Font.Color = clBtnText
  193.     Font.Height = -11
  194.     Font.Name = 'MS Sans Serif'
  195.     Font.Style = []
  196.     ParentFont = False
  197.     TabOrder = 1
  198.     OnClick = CancelBtnClick
  199.     Kind = bkCancel
  200.     Spacing = -1
  201.     IsControl = True
  202.   end
  203.   object HelpBtn: TBitBtn
  204.     Left = 484
  205.     Top = 300
  206.     Width = 77
  207.     Height = 27
  208.     HelpContext = 170
  209.     Font.Color = clBtnText
  210.     Font.Height = -11
  211.     Font.Name = 'MS Sans Serif'
  212.     Font.Style = []
  213.     ParentFont = False
  214.     TabOrder = 2
  215.     Kind = bkHelp
  216.     Spacing = -1
  217.     IsControl = True
  218.   end
  219.   object VarName: TEdit
  220.     Left = 288
  221.     Top = 152
  222.     Width = 81
  223.     Height = 21
  224.     Hint = '|Name of the variable (A-Z 0-9 and _ characters only)'
  225.     AutoSize = False
  226.     Font.Color = clWindowText
  227.     Font.Height = -11
  228.     Font.Name = 'MS Sans Serif'
  229.     Font.Style = []
  230.     ParentFont = False
  231.     TabOrder = 3
  232.     OnChange = VarNameChange
  233.   end
  234.   object VarCom: TEdit
  235.     Left = 288
  236.     Top = 176
  237.     Width = 209
  238.     Height = 21
  239.     Hint = '|Current value of variable'
  240.     AutoSize = False
  241.     Font.Color = clWindowText
  242.     Font.Height = -11
  243.     Font.Name = 'MS Sans Serif'
  244.     Font.Style = []
  245.     ParentFont = False
  246.     TabOrder = 4
  247.     OnChange = VarComChange
  248.   end
  249.   object VarList: TListBox
  250.     Left = 8
  251.     Top = 66
  252.     Width = 154
  253.     Height = 225
  254.     ExtendedSelect = False
  255.     Font.Color = clWindowText
  256.     Font.Height = -11
  257.     Font.Name = 'MS Sans Serif'
  258.     Font.Style = []
  259.     ItemHeight = 13
  260.     ParentFont = False
  261.     Sorted = True
  262.     TabOrder = 5
  263.     OnClick = VarListClick
  264.     OnMouseDown = VarListMouseDown
  265.   end
  266.   object NewBtn: TBitBtn
  267.     Left = 8
  268.     Top = 300
  269.     Width = 62
  270.     Height = 27
  271.     Hint = '|Create a new variable'
  272.     Caption = '&New'
  273.     Font.Color = clBtnText
  274.     Font.Height = -11
  275.     Font.Name = 'MS Sans Serif'
  276.     Font.Style = []
  277.     ParentFont = False
  278.     TabOrder = 6
  279.     OnClick = NewBtnClick
  280.     NumGlyphs = 2
  281.     Spacing = -1
  282.     IsControl = True
  283.   end
  284.   object Panel1: TPanel
  285.     Left = 0
  286.     Top = 0
  287.     Width = 564
  288.     Height = 22
  289.     Align = alTop
  290.     BevelOuter = bvLowered
  291.     Caption = 'Panel1'
  292.     TabOrder = 7
  293.     object Panel2: TPanel
  294.       Left = 1
  295.       Top = 1
  296.       Width = 42
  297.       Height = 20
  298.       Align = alLeft
  299.       BevelOuter = bvNone
  300.       TabOrder = 0
  301.       object TopBtn: TSpeedButton
  302.         Left = 0
  303.         Top = 0
  304.         Width = 20
  305.         Height = 20
  306.         Hint = 'Keep on top|Forces this dialog to display on top of others'
  307.         AllowAllUp = True
  308.         GroupIndex = 1
  309.         NumGlyphs = 2
  310.         OnClick = TopBtnClick
  311.       end
  312.       object LoadBtn: TSpeedButton
  313.         Left = 20
  314.         Top = 0
  315.         Width = 20
  316.         Height = 20
  317.         Hint = 
  318.           'Update for active MUD|Loads variables for current character wind' +
  319.           'ow'
  320.         NumGlyphs = 2
  321.         OnClick = LoadBtnClick
  322.       end
  323.     end
  324.     object Panel3: TPanel
  325.       Left = 43
  326.       Top = 1
  327.       Width = 520
  328.       Height = 20
  329.       Align = alClient
  330.       BevelOuter = bvNone
  331.       TabOrder = 1
  332.       object AliasBtn: TBtnPanel
  333.         Left = 0
  334.         Top = 0
  335.         Width = 64
  336.         Height = 20
  337.         BorderColor = clHighlight
  338.         Align = alLeft
  339.         BorderWidth = 1
  340.         Caption = 'Aliases'
  341.         Font.Color = clBtnText
  342.         Font.Height = -11
  343.         Font.Name = 'MS Sans Serif'
  344.         Font.Style = []
  345.         ParentFont = False
  346.         TabOrder = 0
  347.         OnClick = AliasBtnClick
  348.       end
  349.       object VarBtn: TBtnPanel
  350.         Left = 64
  351.         Top = 0
  352.         Width = 64
  353.         Height = 20
  354.         BorderColor = clHighlight
  355.         Align = alLeft
  356.         BorderWidth = 1
  357.         Caption = 'Variables'
  358.         Font.Color = clBtnText
  359.         Font.Height = -11
  360.         Font.Name = 'MS Sans Serif'
  361.         Font.Style = []
  362.         ParentFont = False
  363.         TabOrder = 1
  364.         OnClick = VarBtnClick
  365.       end
  366.       object MacroBtn: TBtnPanel
  367.         Left = 128
  368.         Top = 0
  369.         Width = 64
  370.         Height = 20
  371.         BorderColor = clHighlight
  372.         Align = alLeft
  373.         BorderWidth = 1
  374.         Caption = 'Macros'
  375.         Font.Color = clBtnText
  376.         Font.Height = -11
  377.         Font.Name = 'MS Sans Serif'
  378.         Font.Style = []
  379.         ParentFont = False
  380.         TabOrder = 2
  381.         OnClick = MacroBtnClick
  382.       end
  383.       object ButBtn: TBtnPanel
  384.         Left = 192
  385.         Top = 0
  386.         Width = 64
  387.         Height = 20
  388.         BorderColor = clHighlight
  389.         Align = alLeft
  390.         BorderWidth = 1
  391.         Caption = 'Buttons'
  392.         Font.Color = clBtnText
  393.         Font.Height = -11
  394.         Font.Name = 'MS Sans Serif'
  395.         Font.Style = []
  396.         ParentFont = False
  397.         TabOrder = 3
  398.         OnClick = ButBtnClick
  399.       end
  400.       object TrigBtn: TBtnPanel
  401.         Left = 256
  402.         Top = 0
  403.         Width = 64
  404.         Height = 20
  405.         BorderColor = clHighlight
  406.         Align = alLeft
  407.         BorderWidth = 1
  408.         Caption = 'Triggers'
  409.         Font.Color = clBtnText
  410.         Font.Height = -11
  411.         Font.Name = 'MS Sans Serif'
  412.         Font.Style = []
  413.         ParentFont = False
  414.         TabOrder = 4
  415.         OnClick = TrigBtnClick
  416.       end
  417.       object WalkBtn: TBtnPanel
  418.         Left = 320
  419.         Top = 0
  420.         Width = 88
  421.         Height = 20
  422.         BorderColor = clHighlight
  423.         Align = alLeft
  424.         BorderWidth = 1
  425.         Caption = 'Speedwalking'
  426.         Font.Color = clBtnText
  427.         Font.Height = -11
  428.         Font.Name = 'MS Sans Serif'
  429.         Font.Style = []
  430.         ParentFont = False
  431.         TabOrder = 5
  432.         OnClick = WalkBtnClick
  433.       end
  434.     end
  435.   end
  436.   object VarDef: TEdit
  437.     Left = 288
  438.     Top = 200
  439.     Width = 209
  440.     Height = 21
  441.     Hint = '|Default value of variable to load at startup'
  442.     AutoSize = False
  443.     Font.Color = clWindowText
  444.     Font.Height = -11
  445.     Font.Name = 'MS Sans Serif'
  446.     Font.Style = []
  447.     ParentFont = False
  448.     TabOrder = 8
  449.     OnChange = VarComChange
  450.   end
  451.   object CopyBtn: TBitBtn
  452.     Left = 72
  453.     Top = 300
  454.     Width = 62
  455.     Height = 27
  456.     Hint = '|Make a copy of the currently selected variable'
  457.     Caption = '&Copy'
  458.     Font.Color = clBtnText
  459.     Font.Height = -11
  460.     Font.Name = 'MS Sans Serif'
  461.     Font.Style = []
  462.     ParentFont = False
  463.     TabOrder = 9
  464.     OnClick = CopyBtnClick
  465.     Glyph.Data = {
  466.       56070000424D5607000000000000360400002800000028000000140000000100
  467.       0800000000002003000000000000000000000000000000000000000000000000
  468.       80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  469.       A600000000000000000000000000000000000000000000000000000000000000
  470.       0000000000000000000000000000000000000000000000000000000000000000
  471.       0000000000000000000000000000000000000000000000000000000000000000
  472.       0000000000000000000000000000000000000000000000000000000000000000
  473.       0000000000000000000000000000000000000000000000000000000000000000
  474.       0000000000000000000000000000000000000000000000000000000000000000
  475.       0000000000000000000000000000000000000000000000000000000000000000
  476.       0000000000000000000000000000000000000000000000000000000000000000
  477.       0000000000000000000000000000000000000000000000000000000000000000
  478.       0000000000000000000000000000000000000000000000000000000000000000
  479.       0000000000000000000000000000000000000000000000000000000000000000
  480.       0000000000000000000000000000000000000000000000000000000000000000
  481.       0000000000000000000000000000000000000000000000000000000000000000
  482.       0000000000000000000000000000000000000000000000000000000000000000
  483.       0000000000000000000000000000000000000000000000000000000000000000
  484.       0000000000000000000000000000000000000000000000000000000000000000
  485.       0000000000000000000000000000000000000000000000000000000000000000
  486.       0000000000000000000000000000000000000000000000000000000000000000
  487.       0000000000000000000000000000000000000000000000000000000000000000
  488.       0000000000000000000000000000000000000000000000000000000000000000
  489.       0000000000000000000000000000000000000000000000000000000000000000
  490.       0000000000000000000000000000000000000000000000000000000000000000
  491.       0000000000000000000000000000000000000000000000000000000000000000
  492.       0000000000000000000000000000000000000000000000000000000000000000
  493.       0000000000000000000000000000000000000000000000000000000000000000
  494.       0000000000000000000000000000000000000000000000000000000000000000
  495.       0000000000000000000000000000000000000000000000000000000000000000
  496.       0000000000000000000000000000000000000000000000000000000000000000
  497.       0000000000000000000000000000000000000000000000000000000000000000
  498.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  499.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  500.       03030303030303030303030303030303030303030303FFFFFFFFFFFFFFFFFFFF
  501.       0303030303030303030000000000000000000003030303030303030303F8F8F8
  502.       F8F8F8F8F8F8F8FF03030303030303030300FFFFFFFFFFFFFFFF000303030303
  503.       0303030303F8FF03030303030303F8FF03030303030303030300FBFFFBFFFBFF
  504.       FBFF0003030303030303030303F8FF03FFFFFFFFFFFFF8FF0303030303030303
  505.       0300FFF8F8F8F8F8F8FF0003030303030303030303F8FFF8F8F8F8F8F803F8FF
  506.       03030303030303030300FBFFFBFFFBFFFBFF00030303030303FFFFFFFFF8FF03
  507.       FFFFFFFFFFFFF8FF03030303000000000000FFF8F8F8F8F8F8FF000303030303
  508.       F8F8F8F8F8F8FFF8F8F8F8F8F803F8FF0303030300FFFFFFFF00FBFFFBFFFBFF
  509.       FBFF000303030303F8FF030303F8FF03FFFFFFFFFFFFF8FF0303030300FFFFFF
  510.       FF00FFF8F8F8F8F8F8FF000303030303F8FF030303F8FFF8F8F8F8F8F803F8FF
  511.       0303030300FF07070700FBFFFBFFFBFFFBFF000303030303F8FF030303F8FF03
  512.       0303030303FFF8FF0303030300FFFFFFFF00FFFFFFFFFFFF0000000303030303
  513.       F8FF030303F8FF0303030303F8F8F8030303030300FF07070700FBFFFBFFFBFF
  514.       0000030303030303F8FF030303F8FFFFFFFFFFFFF8F803030303030300FFFFFF
  515.       FF000000000000000003030303030303F8FF030303F8F8F8F8F8F8F8F8030303
  516.       0303030300FF070707070707FF0003030303030303030303F8FF030303030303
  517.       03F8FF03030303030303030300FFFFFFFFFFFFFFFF0003030303030303030303
  518.       F8FF030303030303FFF8FF03030303030303030300FFFFFFFFFFFF0000000303
  519.       0303030303030303F8FF0303030303F8F8F80303030303030303030300FFFFFF
  520.       FFFFFF00000303030303030303030303F8FFFFFFFFFFFFF8F803030303030303
  521.       030303030000000000000000030303030303030303030303F8F8F8F8F8F8F8F8
  522.       0303030303030303030303030303030303030303030303030303030303030303
  523.       0303030303030303030303030303030303030303030303030303030303030303
  524.       0303030303030303030303030303030303030303030303030303}
  525.     NumGlyphs = 2
  526.     Spacing = -1
  527.     IsControl = True
  528.   end
  529.   object DelBtn: TBitBtn
  530.     Left = 136
  531.     Top = 300
  532.     Width = 27
  533.     Height = 27
  534.     Hint = 'Delete variable'
  535.     TabOrder = 10
  536.     OnClick = DelBtnClick
  537.     NumGlyphs = 2
  538.     Spacing = -1
  539.     IsControl = True
  540.   end
  541.   object HelpPanel: TPanel
  542.     Left = 0
  543.     Top = 333
  544.     Width = 564
  545.     Height = 20
  546.     Align = alBottom
  547.     Alignment = taLeftJustify
  548.     BevelOuter = bvLowered
  549.     Font.Color = clWindowText
  550.     Font.Height = -11
  551.     Font.Name = 'MS Sans Serif'
  552.     Font.Style = []
  553.     ParentFont = False
  554.     TabOrder = 11
  555.   end
  556.   object PopupMenu1: TPopupMenu
  557.     Left = 184
  558.     Top = 248
  559.     object New1: TMenuItem
  560.       Caption = 'New'
  561.       ShortCut = 0
  562.       OnClick = NewBtnClick
  563.     end
  564.     object Copy1: TMenuItem
  565.       Caption = 'Copy'
  566.       ShortCut = 0
  567.       OnClick = CopyBtnClick
  568.     end
  569.     object Delete1: TMenuItem
  570.       Caption = 'Delete'
  571.       ShortCut = 0
  572.       OnClick = DelBtnClick
  573.     end
  574.   end
  575. end
  576.